home *** CD-ROM | disk | FTP | other *** search
/ Ancient Asian Sex Secrets / Ancient Asian Sex Secrets.iso / mac / EROSPROM.Dxr / 00230.ls < prev    next >
Encoding:
Text File  |  1996-09-05  |  4.9 KB  |  178 lines

  1. on oldWatch
  2.   global md1, md2, MD3, MD4, MD5, md6, rantime, mp, ran, curSND
  3.   if the movieTime of sprite 4 > md1 then
  4.     set the movieRate of sprite 4 to -1
  5.   end if
  6.   if the movieTime of sprite 4 < 3 then
  7.     set the movieRate of sprite 4 to 1
  8.   end if
  9.   if the movieRate of sprite 4 = 0 then
  10.     set the movieRate of sprite 4 to 1
  11.   end if
  12.   if md2 = 0 then
  13.     exit
  14.   end if
  15.   if the movieTime of sprite 5 > md2 then
  16.     set the movieRate of sprite 5 to -1
  17.   end if
  18.   if the movieTime of sprite 5 < 3 then
  19.     set the movieRate of sprite 5 to 1
  20.   end if
  21.   if the movieRate of sprite 5 = 0 then
  22.     set the movieRate of sprite 5 to 1
  23.   end if
  24.   if MD3 = 0 then
  25.     exit
  26.   end if
  27.   if the movieTime of sprite 6 > MD3 then
  28.     set the movieRate of sprite 6 to -1
  29.   end if
  30.   if the movieTime of sprite 6 < 3 then
  31.     set the movieRate of sprite 6 to 1
  32.   end if
  33.   if the movieRate of sprite 6 = 0 then
  34.     set the movieRate of sprite 6 to 1
  35.   end if
  36.   if MD4 = 0 then
  37.     exit
  38.   end if
  39.   if the movieTime of sprite 7 > MD4 then
  40.     set the movieRate of sprite 7 to -1
  41.   end if
  42.   if the movieTime of sprite 7 < 3 then
  43.     set the movieRate of sprite 7 to 1
  44.   end if
  45.   if the movieRate of sprite 7 = 0 then
  46.     set the movieRate of sprite 7 to 1
  47.   end if
  48.   if MD5 = 0 then
  49.     exit
  50.   end if
  51.   if the movieTime of sprite 8 > MD5 then
  52.     set the movieRate of sprite 8 to -1
  53.   end if
  54.   if the movieTime of sprite 8 < 3 then
  55.     set the movieRate of sprite 8 to 1
  56.   end if
  57.   if the movieRate of sprite 8 = 0 then
  58.     set the movieRate of sprite 8 to 1
  59.   end if
  60.   if md6 = 0 then
  61.     exit
  62.   end if
  63.   if the movieTime of sprite 9 > md6 then
  64.     set the movieRate of sprite 9 to -1
  65.   end if
  66.   if the movieTime of sprite 9 < 3 then
  67.     set the movieRate of sprite 9 to 1
  68.   end if
  69.   if the movieRate of sprite 9 = 0 then
  70.     set the movieRate of sprite 9 to 1
  71.   end if
  72. end
  73.  
  74. on movwatch
  75.   global md1, md2, MD3, MD4, MD5, md6, rantime, mp, ran, curSND, allvid
  76.   if allvid = 0 then
  77.     set xxx to "md" & mp - 3 & EMPTY
  78.     set mdx to value(xxx)
  79.     if (the ticks - rantime) > 1640 then
  80.       set mp to random(ran) + 3
  81.       set rantime to the ticks
  82.       set xxx to "md" & mp - 3 & EMPTY
  83.       set mdx to value(xxx)
  84.     end if
  85.     if the castType of cast the castNum of sprite mp = #digitalVideo then
  86.       if the movieTime of sprite mp > mdx then
  87.         set the movieRate of sprite mp to -0.80000000000000004
  88.       end if
  89.       if the movieTime of sprite mp < 3 then
  90.         set the movieRate of sprite mp to 0.80000000000000004
  91.       end if
  92.       if the movieRate of sprite mp = 0 then
  93.         set the movieRate of sprite mp to 1
  94.       end if
  95.     else
  96.       set rantime to rantime - 1600
  97.     end if
  98.   else
  99.     if the castType of cast the castNum of sprite 4 = #digitalVideo then
  100.       if the movieTime of sprite 4 > md1 then
  101.         set the movieRate of sprite 4 to -1
  102.       end if
  103.       if the movieTime of sprite 4 < 3 then
  104.         set the movieRate of sprite 4 to 1
  105.       end if
  106.       if the movieRate of sprite 4 = 0 then
  107.         set the movieRate of sprite 4 to 1
  108.       end if
  109.     end if
  110.     if md2 = 0 then
  111.       exit
  112.     end if
  113.     if the castType of cast the castNum of sprite 5 = #digitalVideo then
  114.       if the movieTime of sprite 5 > md2 then
  115.         set the movieRate of sprite 5 to -1
  116.       end if
  117.       if the movieTime of sprite 5 < 3 then
  118.         set the movieRate of sprite 5 to 1
  119.       end if
  120.       if the movieRate of sprite 5 = 0 then
  121.         set the movieRate of sprite 5 to 1
  122.       end if
  123.     end if
  124.     if MD3 = 0 then
  125.       exit
  126.     end if
  127.     if the castType of cast the castNum of sprite 6 = #digitalVideo then
  128.       if the movieTime of sprite 6 > MD3 then
  129.         set the movieRate of sprite 6 to -1
  130.       end if
  131.       if the movieTime of sprite 6 < 3 then
  132.         set the movieRate of sprite 6 to 1
  133.       end if
  134.       if the movieRate of sprite 6 = 0 then
  135.         set the movieRate of sprite 6 to 1
  136.       end if
  137.     end if
  138.     if MD4 = 0 then
  139.       exit
  140.     end if
  141.     if the castType of cast the castNum of sprite 7 = #digitalVideo then
  142.       if the movieTime of sprite 7 > MD4 then
  143.         set the movieRate of sprite 7 to -1
  144.       end if
  145.       if the movieTime of sprite 7 < 3 then
  146.         set the movieRate of sprite 7 to 1
  147.       end if
  148.       if the movieRate of sprite 7 = 0 then
  149.         set the movieRate of sprite 7 to 1
  150.       end if
  151.     end if
  152.     if MD5 = 0 then
  153.       exit
  154.     end if
  155.     if the movieTime of sprite 8 > MD5 then
  156.       set the movieRate of sprite 8 to -1
  157.     end if
  158.     if the movieTime of sprite 8 < 3 then
  159.       set the movieRate of sprite 8 to 1
  160.     end if
  161.     if the movieRate of sprite 8 = 0 then
  162.       set the movieRate of sprite 8 to 1
  163.     end if
  164.     if md6 = 0 then
  165.       exit
  166.     end if
  167.     if the movieTime of sprite 9 > md6 then
  168.       set the movieRate of sprite 9 to -1
  169.     end if
  170.     if the movieTime of sprite 9 < 3 then
  171.       set the movieRate of sprite 9 to 1
  172.     end if
  173.     if the movieRate of sprite 9 = 0 then
  174.       set the movieRate of sprite 9 to 1
  175.     end if
  176.   end if
  177. end
  178.